#!/bin/sh

rm -f /tmp/PADLInstallLoc
touch /tmp/PADLInstallLoc
echo $2 >> /tmp/PADLInstallLoc

exit 0
